You can also use your browser's 'Find in Page'
|
All | # | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
Title: XOR Encryption
Contributor: Terry Yuen (kaiser40@yahoo.com)
Details: 3.97 KB * Uploaded August 11 2000
Description: Performs a bitwise XOR (Exclusive Or) on each byte of the data you wish to encrypt using the key you provide. Useful as an additional security precaution when sending sensitive information over the Internet. (However, this method is not foolproof and should not be your only form of security.) The author notes that longer and more random keys increase the strength of the encryption. Neat!
[ Get Source Code ]